home *** CD-ROM | disk | FTP | other *** search
/ InterCD 1999 June / june_1999.iso / Palm / Business / TC Logger / util.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-03-09  |  311 b   |  13 lines

  1. //   util.h
  2.  
  3. //   Include for genpw.c Generate Password program
  4. //   This file contains the defines for ID number of
  5. //   objects used in the program
  6. //
  7.  
  8. #include "util_id.h"
  9.  
  10. VoidPtr Id2Ptr( Word wID );
  11. Err CheckRomVersion(DWord requiredVersion, Word launchFlags);
  12. Int ExportToMemoPad(VoidHand hndExportText);
  13.